home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / thdpro5.zip / NEWINV5.TXT < prev    next >
Text File  |  1993-02-01  |  5KB  |  71 lines

  1.                             THD PROSCAN VERSION 5
  2.                             ---------------------
  3.      
  4.      THD ProScan Version 5 has some minor changes from version 4. The main 
  5. reason for its release was the release (finally) of PKZIP 204e. Because this 
  6. new version of PKZIP changes the code for its self extracting archives THD 
  7. also needed to be revised (to recognize them).
  8.                                ---***---
  9.      Also because of this revision, PKZIP version 204e is absolutely 
  10. required for the testing of "ZIP" archives. Use of earlier versions will 
  11. cause valid files to fail.
  12.                                ---***---
  13.      THD ProScan now recognizes the newest self extracting archives from 
  14. PKZIP. However because of the inability to find anyone with a registered 
  15. copy of PKZIP, I have made a "guess" as to what will constitute the "AV" 
  16. protection in these new "ZIP" files. There is no guarantee that the method 
  17. used therein will be 100% accurate. However if I find it is not, I will 
  18. certainly release an update to take care of that.
  19.      The other MAJOR change to this version is the introduction of the
  20. "HACK LIST". By using a list of filenames THD can reject (without testing) 
  21. any file found on that list. That list MUST be one line per entry with file 
  22. names only (no extensions). It is 100% compatible with the HACK REPORT's
  23. "COL" file (the comments in that file will be ignored). The filenames in 
  24. that list must be in CAPITAL letters ONLY. Files rejected for testing by 
  25. this method will be moved to the "reject" directory for later testing by the 
  26. sysop.
  27. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
  28. **************************** INSTALLATION SAVIOR ***************************
  29.               Due to popular demand the installation has been simplified for 
  30. those persons running VERSION 4 of THD ProScan. The installation can now 
  31. accept a path to a version 4 THDPRO.EXE as its parameter.
  32.      Typing ...
  33. THDINSTL.EXE C:\PRO-4\THDPRO.EXE
  34. will cause the install to search the THDPRO.EXE in the "C:\PRO-4" directory 
  35. and if found use the paths etc from that file. It will then prompt you for 
  36. the name of the hack list to be used (which can be skipped by pressing 
  37. "ENTER").
  38.      Another suggestion from a user prompted me to allow THDPRO to accept a 
  39. second parameter. That other parameter must be supplied AFTER the filepath 
  40. to be tested and can ONLY be a number between 0 and 8. Using such a 
  41. parameter will cause the user output to be sent to the comport corresponding 
  42. to the number sent as the second parameter. Selecting "0" will cause all 
  43. remote output to be suppressed (for use by users who are still online to 
  44. a BBS). This will be useful for those persons running multi-node BBS's who 
  45. wish to use the same copy of THD ProScan for both nodes. In this case one 
  46. could configure THDPRO.EXE for com1 and override that setting when a file 
  47. was to be tested on com2 by supplying "2" as a parameter after the filepath. 
  48. The only acceptable separator for these parameters is a space. Please note 
  49. that this tester was not written for multitasking and I cannot guarantee 
  50. the results if it is called by both nodes at the same time. If the comport 
  51. is supplied with a "/" or other separator, the second parameter will simply 
  52. be ignored and all output will be sent to the default comport.
  53.      THDPRO.EXE C:\FILES\TEST.ZIP
  54.               would cause the Test.zip to be tested using the default 
  55. comport for user output.
  56.      THDPRO.EXE C:\FILES\TEST.ZIP 4
  57.               would cause the Test.zip to be tested using comport 4 
  58. regardless of the default comport.
  59.      The delays internal to the tester (specifically the delay for ansi 
  60. detect and the final delay while the ansi finishes) have been lengthened to 
  61. allow some very fast systems with slow connect rates to complete their task. 
  62. The delays will only be used when necessary to send the proper code and will 
  63. not waste time after the code has been sent.
  64.      One of the biggest headaches with version 4 has been it's annoying 
  65. tendency to choke on archives which had files with illegal filenames. When 
  66. an archive was extracted which had a space (or other illegal character in 
  67. its name) the tester was unable to delete it at the appropriate time and 
  68. would choke with a runtime error. This has been repaired in version 5.
  69.      Beginning with Version 5, THD Proscan will now display the name of the 
  70. file being tested as well as an ending message to let you know that it has 
  71. finished running.